FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package hl7.fhir.us.mdi#current (157 ms)

Package hl7.fhir.us.mdi
Type CapabilityStatement
Id Id
FHIR Version R4
Source http://hl7.org/fhir/us/mdi/https://build.fhir.org/ig/HL7/fhir-mdi-ig/CapabilityStatement-CapabilityStatement-mdi-cms-server.html
Url http://hl7.org/fhir/us/mdi/CapabilityStatement/CapabilityStatement-mdi-cms-server
Version 2.0.0-cibuild
Status active
Date 2022-07-03
Name CapabilityStatementMdiCmsServer
Title CapabilityStatement - MDI CMS Server
Experimental False
Realm us
Authority hl7
Description This resource describes expected capabilities of an MDI CMS Server which is responsible for providing responses to the queries submitted by a Client. It lists FHIR profiles and search parameters that, at a minimum, should be supported by MDI CMS Servers. MDI CMS Clients have the option of choosing from this list to access necessary data.
Kind requirements

Resources that use this resource

No resources found


Resources that this resource uses

SearchParameter
http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address USCoreLocationAddress
http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-date USCoreObservationDate
http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-birthdate USCorePatientBirthdate
http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-family USCorePatientFamily
http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-gender USCorePatientGender
http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-given USCorePatientGiven
http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-identifier USCorePatientIdentifier
http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-name USCorePatientName
http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-date Death Date
http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-location Death Location
http://hl7.org/fhir/us/mdi/StructureDefinition/Bundle-document-mdi-and-edrs Bundle - Document MDI and EDRS
http://hl7.org/fhir/us/mdi/StructureDefinition/Composition-mdi-and-edrs Composition - MDI and EDRS
http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient US Core Patient Profile


Narrative

Note: links and images are rebased to the (stated) source

CapabilityStatement - MDI CMS Server

  • Title:CapabilityStatement - MDI CMS Server
  • Implementation Guide Version: 2.0.0-cibuild
  • FHIR Version: 4.0.1
  • Intended Use: Requirements
  • Supported Formats: application/fhir+xml; xml; application/fhir+json; json;
  • Published: 2022-07-03
  • Published by: HL7 International / Public Health
  • Status: Active
  • Copyright:

Description:

This resource describes expected capabilities of an MDI CMS Server which is responsible for providing responses to the queries submitted by a Client. It lists FHIR profiles and search parameters that, at a minimum, should be supported by MDI CMS Servers. MDI CMS Clients have the option of choosing from this list to access necessary data.



Jump to:


FHIR Server RESTful Capabilities

Summary of Resource/Profile Capabilities

Resource Type Supported Interactions Supported Profiles Supported Searches Supported _includes Supported _revincludes Supported Operations
Composition read, search-type, Composition - MDI and EDRS, subject, patient, $operation-composition-document
Extension read, search-type, http://hl7.http://hl7.org/fhir/us/mdi/StructureDefinition/Extension-tracking-number,
Patient read, search-type, US Core Patient Profile, _id, birthdate, family, given, gender, name,
Location read, search-type, Death Location, address,
Observation read, search-type, Death Date, date,

RESTful Server Capabilities by Resource/Profile:

Composition

Conformance Expectation: SHALL

Supported Profiles:

Composition Interaction Summary:

  • SHALL support read, search-type,

Fetch and Search Criteria:

  • A Server SHALL be capable of a read interaction returning a Composition resource using: GET [base]/Composition/[id]
  • A Server SHALL be capable of a search-type interaction returning Composition resources matching a search query using: GET [base]/Composition/[id]{?[parameters]{&_format=[mime-type]}}

Search Parameter Summary:

Conformance Parameter Type Example
SHALL subject Token GET [base]/Composition?subject=[system]|[code]
SHALL patient Token GET [base]/Composition?patient=[system]|[code]

Extension

Conformance Expectation: SHALL

Supported Profiles:

  • SHALL support http://hl7.http://hl7.org/fhir/us/mdi/StructureDefinition/Extension-tracking-number


Fetch and Search Criteria:

  • A Server SHALL be capable of a read interaction returning a Extension resource using: GET [base]/Extension/[id]
  • A Server SHALL be capable of a search-type interaction returning Extension resources matching a search query using: GET [base]/Extension/[id]{?[parameters]{&_format=[mime-type]}}

Patient

Conformance Expectation: SHALL

Supported Profiles:


Fetch and Search Criteria:

  • A Server SHALL be capable of a read interaction returning a Patient resource using: GET [base]/Patient/[id]
  • A Server SHALL be capable of a search-type interaction returning Patient resources matching a search query using: GET [base]/Patient/[id]{?[parameters]{&_format=[mime-type]}}

Search Parameter Summary:

Conformance Parameter Type Example
SHALL _id Token GET [base]/Patient?_id=[id]
SHALL birthdate Date/DateTime GET [base]/Patient?birthdate=[dateTime]
SHALL family String GET [base]/Patient?family=[family]
SHALL given String GET [base]/Patient?given=[given]
SHALL gender Token GET [base]/Patient?gender=[system]|[code]
SHALL name String GET [base]/Patient?name=[name]

Location

Conformance Expectation: SHALL

Supported Profiles:


Fetch and Search Criteria:

  • A Server SHALL be capable of a read interaction returning a Location resource using: GET [base]/Location/[id]
  • A Server SHALL be capable of a search-type interaction returning Location resources matching a search query using: GET [base]/Location/[id]{?[parameters]{&_format=[mime-type]}}

Search Parameter Summary:

Conformance Parameter Type Example
SHALL address String GET [base]/Location?address=[address]

Observation

Conformance Expectation: SHALL

Supported Profiles:


Fetch and Search Criteria:

  • A Server SHALL be capable of a read interaction returning a Observation resource using: GET [base]/Observation/[id]
  • A Server SHALL be capable of a search-type interaction returning Observation resources matching a search query using: GET [base]/Observation/[id]{?[parameters]{&_format=[mime-type]}}

Search Parameter Summary:

Conformance Parameter Type Example
SHALL date Date/DateTime GET [base]/Observation?date=[dateTime]

FHIR Client RESTful Capabilities

Summary of Resource/Profile Capabilities

Resource Type Supported Interactions Supported Profiles Supported Searches Supported _includes Supported _revincludes Supported Operations
Bundle read, Bundle - Document MDI and EDRS,

RESTful Client Capabilities by Resource/Profile:

Bundle

Conformance Expectation:

Supported Profiles:


Fetch and Search Criteria:

  • A Client (conformance expectation undefined) be capable of a read interaction fetching a Bundle resource using: GET [base]/Bundle/[id]


Messaging

Supported Message(s):



Documents

Mode Profile Notes
Producer Composition - MDI and EDRS
Consumer Composition - MDI and EDRS

Source

{
  "resourceType" : "CapabilityStatement",
  "id" : "CapabilityStatement-mdi-cms-server",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <!-- TODO \n Jurisdiction \n Prohibited extension - http://hl7.org/fhir/StructureDefinition/capabilitystatement-prohibited -->\n <!-- set include_symbols = false to turn off confonrmance symbols and legen, true to turn on -->\n \n \n <h2 id=\"title\">CapabilityStatement - MDI CMS Server</h2>\n <ul>\n <li><b>Title:</b>CapabilityStatement - MDI CMS Server</li>\n <li><b>Implementation Guide Version:</b> 2.0.0-cibuild</li>\n <li><b>FHIR Version:</b> 4.0.1</li>\n <li><b>Intended Use:</b> Requirements</li>\n <li><b>Supported Formats: </b> \n\n \n \n \n application/fhir+xml;\n \n \n \n xml;\n \n \n \n application/fhir+json;\n \n \n \n json;\n \n\n </li>\n \n <li><b>Published:</b> 2022-07-03</li>\n \n <li><b>Published by:</b> HL7 International / Public Health</li>\n <li><b>Status:</b> Active</li>\n <li><b>Copyright:</b> </li>\n </ul>\n <br/>\n\n\n\n \n <strong>Description:</strong> <div><div><p>This resource describes expected capabilities of an MDI CMS Server which is responsible for providing responses to the queries submitted by a Client. It lists FHIR profiles and search parameters that, at a minimum, should be supported by MDI CMS Servers. MDI CMS Clients have the option of choosing from this list to access necessary data.</p>\n</div></div>\n \n <br/>\n \n \n\n\n \n\n <br/>\n <!-- TODO - Make this a summary of capabilities, including system wide and each paradigm -->\n <p>\n <b>Jump to:</b>\n </p>\n <ul>\n \n <li><a href=\"#Server\">REST Server</a></li>\n \n <li><a href=\"#Client\">REST Client</a></li>\n \n \n <li><a href=\"#messaging\">Messaging</a></li>\n \n \n </ul>\n\n\n\n <!-- REST Capabilities -->\n \n <br/>\n <a name=\"Server\"> </a>\n <h3 id=\"behavior\">FHIR Server RESTful Capabilities</h3>\n \n\n <!-- REST Security -->\n \n\n <!-- REST System wide Capabilities -->\n \n\n\n\n <!-- Resource Capabilities -->\n \n\n <h4>Summary of Resource/Profile Capabilities</h4>\n <!-- TODO need include conformance verb legend -->\n \n <table class=\"grid\">\n <thead>\n <tr>\n <th>Resource Type</th>\n <th>Supported Interactions</th>\n <th>Supported Profiles</th>\n <th>Supported Searches</th>\n <th>Supported <code>_includes</code></th>\n <th>Supported <code>_revincludes</code></th>\n <th>Supported Operations</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <a href=\"#Server_Composition\"><span style=\"white-space: nowrap;\">Composition</span></a>\n </td>\n\n <!-- Supported Interactions -->\n <td>\n \n \n <span style=\"white-space: nowrap;\">read</span>,\n \n <span style=\"white-space: nowrap;\">search-type</span>,\n \n \n </td>\n\n <!-- Supported Profiles -->\n <td>\n \n <a href=\"StructureDefinition-Composition-mdi-and-edrs.html\">Composition - MDI and EDRS</a>,\n \n \n \n </td>\n\n <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n <td>\n \n \n <span style=\"white-space: nowrap;\">subject</span>, \n \n \n <span style=\"white-space: nowrap;\">patient</span>, \n \n \n \n \n </td>\n\n <!-- Supported _includes -->\n <td>\n \n </td>\n\n <!-- Supported _revincludes -->\n <td>\n \n </td>\n\n <!-- Supported Operations -->\n <td>\n \n \n <span style=\"white-space: nowrap;\">$operation-composition-document</span>\n \n \n \n </td>\n </tr>\n \n <tr>\n <td>\n <a href=\"#Server_Extension\"><span style=\"white-space: nowrap;\">Extension</span></a>\n </td>\n\n <!-- Supported Interactions -->\n <td>\n \n \n <span style=\"white-space: nowrap;\">read</span>,\n \n <span style=\"white-space: nowrap;\">search-type</span>,\n \n \n </td>\n\n <!-- Supported Profiles -->\n <td>\n \n <code>http://hl7.http://hl7.org/fhir/us/mdi/StructureDefinition/Extension-tracking-number</code>,\n \n \n \n </td>\n\n <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n <td>\n \n </td>\n\n <!-- Supported _includes -->\n <td>\n \n </td>\n\n <!-- Supported _revincludes -->\n <td>\n \n </td>\n\n <!-- Supported Operations -->\n <td>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <a href=\"#Server_Patient\"><span style=\"white-space: nowrap;\">Patient</span></a>\n </td>\n\n <!-- Supported Interactions -->\n <td>\n \n \n <span style=\"white-space: nowrap;\">read</span>,\n \n <span style=\"white-space: nowrap;\">search-type</span>,\n \n \n </td>\n\n <!-- Supported Profiles -->\n <td>\n \n <a href=\"http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-patient.html\">US Core Patient Profile</a>,\n \n \n \n </td>\n\n <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n <td>\n \n \n <span style=\"white-space: nowrap;\">_id</span>, \n \n \n <span style=\"white-space: nowrap;\">birthdate</span>, \n \n \n <span style=\"white-space: nowrap;\">family</span>, \n \n \n <span style=\"white-space: nowrap;\">given</span>, \n \n \n <span style=\"white-space: nowrap;\">gender</span>, \n \n \n <span style=\"white-space: nowrap;\">name</span>, \n \n \n \n \n </td>\n\n <!-- Supported _includes -->\n <td>\n \n </td>\n\n <!-- Supported _revincludes -->\n <td>\n \n </td>\n\n <!-- Supported Operations -->\n <td>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <a href=\"#Server_Location\"><span style=\"white-space: nowrap;\">Location</span></a>\n </td>\n\n <!-- Supported Interactions -->\n <td>\n \n \n <span style=\"white-space: nowrap;\">read</span>,\n \n <span style=\"white-space: nowrap;\">search-type</span>,\n \n \n </td>\n\n <!-- Supported Profiles -->\n <td>\n \n <a href=\"https://build.fhir.org/ig/HL7/vrdr/StructureDefinition-vrdr-death-location.html\">Death Location</a>,\n \n \n \n </td>\n\n <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n <td>\n \n \n <span style=\"white-space: nowrap;\">address</span>, \n \n \n \n \n </td>\n\n <!-- Supported _includes -->\n <td>\n \n </td>\n\n <!-- Supported _revincludes -->\n <td>\n \n </td>\n\n <!-- Supported Operations -->\n <td>\n \n </td>\n </tr>\n \n <tr>\n <td>\n <a href=\"#Server_Observation\"><span style=\"white-space: nowrap;\">Observation</span></a>\n </td>\n\n <!-- Supported Interactions -->\n <td>\n \n \n <span style=\"white-space: nowrap;\">read</span>,\n \n <span style=\"white-space: nowrap;\">search-type</span>,\n \n \n </td>\n\n <!-- Supported Profiles -->\n <td>\n \n <a href=\"https://build.fhir.org/ig/HL7/vrdr/StructureDefinition-vrdr-death-date.html\">Death Date</a>,\n \n \n \n </td>\n\n <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n <td>\n \n \n <span style=\"white-space: nowrap;\">date</span>, \n \n \n \n \n </td>\n\n <!-- Supported _includes -->\n <td>\n \n </td>\n\n <!-- Supported _revincludes -->\n <td>\n \n </td>\n\n <!-- Supported Operations -->\n <td>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n <br/>\n\n <h3 id=\"resource-details\" class=\"no_toc\">RESTful Server Capabilities by Resource/Profile:</h3>\n <!-- Each REST Resource Detail -->\n \n <h4 id=\"Server_Composition\" class=\"no_toc\">Composition</h4>\n\n <p>Conformance Expectation:\t<strong>SHALL</strong></p>\n\n \n\n \n\n <p>Supported Profiles:</p>\n <ul>\n \n <li><strong>SHALL</strong> support \n <a href=\"StructureDefinition-Composition-mdi-and-edrs.html\">Composition - MDI and EDRS</a>\n </li>\n \n </ul>\n \n \n\n\n <p>\n \n\n \n\n \n\n \n </p>\n\n\n\n\n\n\n <!-- Resource Interactions -->\n <p>Composition Interaction Summary:</p>\n <ul>\n \n <li><strong>SHALL</strong> support read, search-type, </li>\n \n \n \n \n \n </ul>\n\n \n \n \n \n \n \n\n <!-- Resource Operations -->\n \n\n\n\n <!-- TODO Nexted ul items do not appear with a subbullet style -->\n \n\n\n \n <br/>\n <p>Fetch and Search Criteria:</p>\n <ul>\n \n \n <li>\n A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Composition resource using:\n <code class=\"highlighter-rouge\">GET [base]/Composition/[id]</code>\n \n </li>\n \n \n \n \n \n \n \n \n \n <li>\n A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Composition resources matching a search query using:\n <code class=\"highlighter-rouge\">GET [base]/Composition/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n </li>\n \n \n \n \n\n \n\n \n\n </ul>\n \n\n \n <br/>\n <p>Search Parameter Summary:</p>\n <table class=\"grid\">\n <thead>\n <tr>\n <th style=\"white-space: nowrap;\">Conformance</th>\n <th>Parameter</th>\n <th>Type</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n <!-- TODO, should the search paramaters be limited to only SHALL and SHOULD -->\n \n <tr>\n <td>\n <strong>SHALL</strong>\n </td>\n <td>\n <a href=\"http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-identifier\">subject</a>\n </td>\n <td>\n Token\n </td>\n <td>\n <code class=\"highlighter-rouge\">GET [base]/Composition?subject=[system]|[code]\n </code>\n </td>\n </tr>\n \n <tr>\n <td>\n <strong>SHALL</strong>\n </td>\n <td>\n <a href=\"http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-identifier\">patient</a>\n </td>\n <td>\n Token\n </td>\n <td>\n <code class=\"highlighter-rouge\">GET [base]/Composition?patient=[system]|[code]\n </code>\n </td>\n </tr>\n \n </tbody>\n </table>\n\n \n\n <!-- Search Combination -->\n \n \n \n\n \n <h4 id=\"Server_Extension\" class=\"no_toc\">Extension</h4>\n\n <p>Conformance Expectation:\t<strong>SHALL</strong></p>\n\n \n\n \n\n <p>Supported Profiles:</p>\n <ul>\n \n <li><strong>SHALL</strong> support \n <code>http://hl7.http://hl7.org/fhir/us/mdi/StructureDefinition/Extension-tracking-number</code>\n </li>\n \n </ul>\n \n \n\n\n <p>\n \n\n \n\n \n\n \n </p>\n\n\n\n\n\n\n <!-- Resource Interactions -->\n \n\n <!-- Resource Operations -->\n \n\n\n\n <!-- TODO Nexted ul items do not appear with a subbullet style -->\n \n\n\n \n <br/>\n <p>Fetch and Search Criteria:</p>\n <ul>\n \n \n <li>\n A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Extension resource using:\n <code class=\"highlighter-rouge\">GET [base]/Extension/[id]</code>\n \n </li>\n \n \n \n \n \n \n \n \n \n <li>\n A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Extension resources matching a search query using:\n <code class=\"highlighter-rouge\">GET [base]/Extension/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n </li>\n \n \n \n \n\n \n\n \n\n </ul>\n \n\n \n\n <!-- Search Combination -->\n \n \n \n\n \n <h4 id=\"Server_Patient\" class=\"no_toc\">Patient</h4>\n\n <p>Conformance Expectation:\t<strong>SHALL</strong></p>\n\n \n\n \n\n <p>Supported Profiles:</p>\n <ul>\n \n <li><strong>SHALL</strong> support \n <a href=\"http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-patient.html\">US Core Patient Profile</a>\n </li>\n \n </ul>\n \n \n\n\n <p>\n \n\n \n\n \n\n \n </p>\n\n\n\n\n\n\n <!-- Resource Interactions -->\n \n\n <!-- Resource Operations -->\n \n\n\n\n <!-- TODO Nexted ul items do not appear with a subbullet style -->\n \n\n\n \n <br/>\n <p>Fetch and Search Criteria:</p>\n <ul>\n \n \n <li>\n A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Patient resource using:\n <code class=\"highlighter-rouge\">GET [base]/Patient/[id]</code>\n \n </li>\n \n \n \n \n \n \n \n \n \n <li>\n A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Patient resources matching a search query using:\n <code class=\"highlighter-rouge\">GET [base]/Patient/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n </li>\n \n \n \n \n\n \n\n \n\n </ul>\n \n\n \n <br/>\n <p>Search Parameter Summary:</p>\n <table class=\"grid\">\n <thead>\n <tr>\n <th style=\"white-space: nowrap;\">Conformance</th>\n <th>Parameter</th>\n <th>Type</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n <!-- TODO, should the search paramaters be limited to only SHALL and SHOULD -->\n \n <tr>\n <td>\n <strong>SHALL</strong>\n </td>\n <td>\n <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a>\n </td>\n <td>\n Token\n </td>\n <td>\n <code class=\"highlighter-rouge\">GET [base]/Patient?_id=[id]\n </code>\n </td>\n </tr>\n \n <tr>\n <td>\n <strong>SHALL</strong>\n </td>\n <td>\n <a href=\"http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-birthdate\">birthdate</a>\n </td>\n <td>\n Date/DateTime\n </td>\n <td>\n <code class=\"highlighter-rouge\">GET [base]/Patient?birthdate=[dateTime]\n </code>\n </td>\n </tr>\n \n <tr>\n <td>\n <strong>SHALL</strong>\n </td>\n <td>\n <a href=\"http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-family\">family</a>\n </td>\n <td>\n String\n </td>\n <td>\n <code class=\"highlighter-rouge\">GET [base]/Patient?family=[family]\n </code>\n </td>\n </tr>\n \n <tr>\n <td>\n <strong>SHALL</strong>\n </td>\n <td>\n <a href=\"http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-given\">given</a>\n </td>\n <td>\n String\n </td>\n <td>\n <code class=\"highlighter-rouge\">GET [base]/Patient?given=[given]\n </code>\n </td>\n </tr>\n \n <tr>\n <td>\n <strong>SHALL</strong>\n </td>\n <td>\n <a href=\"http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-gender\">gender</a>\n </td>\n <td>\n Token\n </td>\n <td>\n <code class=\"highlighter-rouge\">GET [base]/Patient?gender=[system]|[code]\n </code>\n </td>\n </tr>\n \n <tr>\n <td>\n <strong>SHALL</strong>\n </td>\n <td>\n <a href=\"http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-name\">name</a>\n </td>\n <td>\n String\n </td>\n <td>\n <code class=\"highlighter-rouge\">GET [base]/Patient?name=[name]\n </code>\n </td>\n </tr>\n \n </tbody>\n </table>\n\n \n\n <!-- Search Combination -->\n \n \n \n\n \n <h4 id=\"Server_Location\" class=\"no_toc\">Location</h4>\n\n <p>Conformance Expectation:\t<strong>SHALL</strong></p>\n\n \n\n \n\n <p>Supported Profiles:</p>\n <ul>\n \n <li><strong>SHALL</strong> support \n <a href=\"https://build.fhir.org/ig/HL7/vrdr/StructureDefinition-vrdr-death-location.html\">Death Location</a>\n </li>\n \n </ul>\n \n \n\n\n <p>\n \n\n \n\n \n\n \n </p>\n\n\n\n\n\n\n <!-- Resource Interactions -->\n \n\n <!-- Resource Operations -->\n \n\n\n\n <!-- TODO Nexted ul items do not appear with a subbullet style -->\n \n\n\n \n <br/>\n <p>Fetch and Search Criteria:</p>\n <ul>\n \n \n <li>\n A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Location resource using:\n <code class=\"highlighter-rouge\">GET [base]/Location/[id]</code>\n \n </li>\n \n \n \n \n \n \n \n \n \n <li>\n A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Location resources matching a search query using:\n <code class=\"highlighter-rouge\">GET [base]/Location/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n </li>\n \n \n \n \n\n \n\n \n\n </ul>\n \n\n \n <br/>\n <p>Search Parameter Summary:</p>\n <table class=\"grid\">\n <thead>\n <tr>\n <th style=\"white-space: nowrap;\">Conformance</th>\n <th>Parameter</th>\n <th>Type</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n <!-- TODO, should the search paramaters be limited to only SHALL and SHOULD -->\n \n <tr>\n <td>\n <strong>SHALL</strong>\n </td>\n <td>\n <a href=\"http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address\">address</a>\n </td>\n <td>\n String\n </td>\n <td>\n <code class=\"highlighter-rouge\">GET [base]/Location?address=[address]\n </code>\n </td>\n </tr>\n \n </tbody>\n </table>\n\n \n\n <!-- Search Combination -->\n \n \n \n\n \n <h4 id=\"Server_Observation\" class=\"no_toc\">Observation</h4>\n\n <p>Conformance Expectation:\t<strong>SHALL</strong></p>\n\n \n\n \n\n <p>Supported Profiles:</p>\n <ul>\n \n <li><strong>SHALL</strong> support \n <a href=\"https://build.fhir.org/ig/HL7/vrdr/StructureDefinition-vrdr-death-date.html\">Death Date</a>\n </li>\n \n </ul>\n \n \n\n\n <p>\n \n\n \n\n \n\n \n </p>\n\n\n\n\n\n\n <!-- Resource Interactions -->\n \n\n <!-- Resource Operations -->\n \n\n\n\n <!-- TODO Nexted ul items do not appear with a subbullet style -->\n \n\n\n \n <br/>\n <p>Fetch and Search Criteria:</p>\n <ul>\n \n \n <li>\n A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Observation resource using:\n <code class=\"highlighter-rouge\">GET [base]/Observation/[id]</code>\n \n </li>\n \n \n \n \n \n \n \n \n \n <li>\n A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Observation resources matching a search query using:\n <code class=\"highlighter-rouge\">GET [base]/Observation/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n </li>\n \n \n \n \n\n \n\n \n\n </ul>\n \n\n \n <br/>\n <p>Search Parameter Summary:</p>\n <table class=\"grid\">\n <thead>\n <tr>\n <th style=\"white-space: nowrap;\">Conformance</th>\n <th>Parameter</th>\n <th>Type</th>\n <th>Example</th>\n </tr>\n </thead>\n <tbody>\n <!-- TODO, should the search paramaters be limited to only SHALL and SHOULD -->\n \n <tr>\n <td>\n <strong>SHALL</strong>\n </td>\n <td>\n <a href=\"http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-date\">date</a>\n </td>\n <td>\n Date/DateTime\n </td>\n <td>\n <code class=\"highlighter-rouge\">GET [base]/Observation?date=[dateTime]\n </code>\n </td>\n </tr>\n \n </tbody>\n </table>\n\n \n\n <!-- Search Combination -->\n \n \n \n\n \n \n\n\n\n \n <br/>\n <a name=\"Client\"> </a>\n <h3 id=\"behavior\">FHIR Client RESTful Capabilities</h3>\n \n\n <!-- REST Security -->\n \n\n <!-- REST System wide Capabilities -->\n \n\n\n\n <!-- Resource Capabilities -->\n \n\n <h4>Summary of Resource/Profile Capabilities</h4>\n <!-- TODO need include conformance verb legend -->\n \n <table class=\"grid\">\n <thead>\n <tr>\n <th>Resource Type</th>\n <th>Supported Interactions</th>\n <th>Supported Profiles</th>\n <th>Supported Searches</th>\n <th>Supported <code>_includes</code></th>\n <th>Supported <code>_revincludes</code></th>\n <th>Supported Operations</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>\n <a href=\"#Client_Bundle\"><span style=\"white-space: nowrap;\">Bundle</span></a>\n </td>\n\n <!-- Supported Interactions -->\n <td>\n \n \n <span style=\"white-space: nowrap;\">read</span>,\n \n \n </td>\n\n <!-- Supported Profiles -->\n <td>\n \n <a href=\"StructureDefinition-Bundle-document-mdi-and-edrs.html\">Bundle - Document MDI and EDRS</a>,\n \n \n \n </td>\n\n <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n <td>\n \n </td>\n\n <!-- Supported _includes -->\n <td>\n \n </td>\n\n <!-- Supported _revincludes -->\n <td>\n \n </td>\n\n <!-- Supported Operations -->\n <td>\n \n </td>\n </tr>\n \n </tbody>\n </table>\n <br/>\n\n <h3 id=\"resource-details\" class=\"no_toc\">RESTful Client Capabilities by Resource/Profile:</h3>\n <!-- Each REST Resource Detail -->\n \n <h4 id=\"Client_Bundle\" class=\"no_toc\">Bundle</h4>\n\n <p>Conformance Expectation:\t<strong/></p>\n\n \n\n \n\n <p>Supported Profiles:</p>\n <ul>\n \n <li>\n <a href=\"StructureDefinition-Bundle-document-mdi-and-edrs.html\">Bundle - Document MDI and EDRS</a>\n </li>\n \n </ul>\n \n \n\n\n <p>\n \n\n \n\n \n\n \n </p>\n\n\n\n\n\n\n <!-- Resource Interactions -->\n \n\n <!-- Resource Operations -->\n \n\n\n\n <!-- TODO Nexted ul items do not appear with a subbullet style -->\n \n\n\n \n <br/>\n <p>Fetch and Search Criteria:</p>\n <ul>\n \n \n <li>\n A Client <strong>(conformance expectation undefined)</strong> be capable of a <code>read</code> interaction fetching a Bundle resource using:\n <code class=\"highlighter-rouge\">GET [base]/Bundle/[id]</code>\n \n </li>\n \n \n \n \n \n \n\n \n\n \n\n </ul>\n \n\n \n\n <!-- Search Combination -->\n \n \n \n\n \n \n\n\n\n \n\n\n\n\n\n\n\n\n\n <!-- Messaging Capabilities -->\n \n <br/>\n <br/>\n <a name=\"messaging\"> </a>\n <h2>Messaging</h2>\n \n \n \n\n \n <h3>Supported Message(s): </h3>\n <div class=\"table-wrapper\">\n <table class=\"grid\">\n <thead>\n <tr>\n <th>Mode</th>\n <th>Definition</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>Receiver</td>\n <td><a href=\"MessageDefinition-MessageDefinition-toxicology-system.html\">MessageDefinition[http://hl7.org/fhir/us/mdi/MessageDefinition/MessageDefinition-toxicology-system|2.0.0-cibuild]</a></td>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n\n \n \n\n <!-- Document Capabilities -->\n \n <br/>\n <br/>\n <a name=\"documents\"> </a>\n <h2>Documents</h2>\n <div class=\"table-wrapper\">\n <table class=\"grid\">\n <thead>\n <tr>\n <th>Mode</th>\n <th>Profile</th>\n <th>Notes</th>\n </tr>\n </thead>\n <tbody>\n \n <tr>\n <td>Producer</td>\n <td>\n \n <a href=\"StructureDefinition-Composition-mdi-and-edrs.html\">Composition - MDI and EDRS</a>\n \n </td>\n <td/>\n </tr>\n \n <tr>\n <td>Consumer</td>\n <td>\n \n <a href=\"StructureDefinition-Composition-mdi-and-edrs.html\">Composition - MDI and EDRS</a>\n \n </td>\n <td/>\n </tr>\n \n </tbody>\n </table>\n </div>\n \n\n</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    }
  ],
  "url" : "http://hl7.org/fhir/us/mdi/CapabilityStatement/CapabilityStatement-mdi-cms-server",
  "version" : "2.0.0-cibuild",
  "name" : "CapabilityStatementMdiCmsServer",
  "title" : "CapabilityStatement - MDI CMS Server",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-07-03",
  "publisher" : "HL7 International / Public Health",
  "contact" : [
    {
      "name" : "HL7 International / Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "This resource describes expected capabilities of an MDI CMS Server which is responsible for providing responses to the queries submitted by a Client. It lists FHIR profiles and search parameters that, at a minimum, should be supported by MDI CMS Servers. MDI CMS Clients have the option of choosing from this list to access necessary data.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "kind" : "requirements",
  "fhirVersion" : "4.0.1",
  "format" : [
    "application/fhir+xml",
    "xml",
    "application/fhir+json",
    "json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "resource" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "SHALL"
            }
          ],
          "type" : "Composition",
          "supportedProfile" : [
            "http://hl7.org/fhir/us/mdi/StructureDefinition/Composition-mdi-and-edrs"
          ],
          "_supportedProfile" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ]
            }
          ],
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "subject",
              "definition" : "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-identifier",
              "type" : "token"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "patient",
              "definition" : "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-identifier",
              "type" : "token"
            }
          ],
          "operation" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "operation-composition-document",
              "definition" : "https://hl7.org/fhir/operation-composition-document"
            }
          ]
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "SHALL"
            }
          ],
          "type" : "Extension",
          "supportedProfile" : [
            "http://hl7.http://hl7.org/fhir/us/mdi/StructureDefinition/Extension-tracking-number"
          ],
          "_supportedProfile" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ]
            }
          ],
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type"
            }
          ]
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "SHALL"
            }
          ],
          "type" : "Patient",
          "supportedProfile" : [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
          ],
          "_supportedProfile" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ]
            }
          ],
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "_id",
              "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type" : "token"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "birthdate",
              "definition" : "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-birthdate",
              "type" : "date"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "family",
              "definition" : "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-family",
              "type" : "string"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "given",
              "definition" : "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-given",
              "type" : "string"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "gender",
              "definition" : "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-gender",
              "type" : "token"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "name",
              "definition" : "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-name",
              "type" : "string"
            }
          ]
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "SHALL"
            }
          ],
          "type" : "Location",
          "supportedProfile" : [
            "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-location"
          ],
          "_supportedProfile" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ]
            }
          ],
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "address",
              "definition" : "http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address",
              "type" : "string"
            }
          ]
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "SHALL"
            }
          ],
          "type" : "Observation",
          "supportedProfile" : [
            "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-date"
          ],
          "_supportedProfile" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ]
            }
          ],
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "name" : "date",
              "definition" : "http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-date",
              "type" : "date"
            }
          ]
        }
      ]
    },
    {
      "mode" : "client",
      "resource" : [
        {
          "type" : "Bundle",
          "supportedProfile" : [
            "http://hl7.org/fhir/us/mdi/StructureDefinition/Bundle-document-mdi-and-edrs"
          ],
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        }
      ]
    }
  ],
  "messaging" : [
    {
      "supportedMessage" : [
        {
          "mode" : "receiver",
          "definition" : "http://hl7.org/fhir/us/mdi/MessageDefinition/MessageDefinition-toxicology-system"
        }
      ]
    }
  ],
  "document" : [
    {
      "mode" : "producer",
      "profile" : "http://hl7.org/fhir/us/mdi/StructureDefinition/Composition-mdi-and-edrs"
    },
    {
      "mode" : "consumer",
      "profile" : "http://hl7.org/fhir/us/mdi/StructureDefinition/Composition-mdi-and-edrs"
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.